Welcome![Sign In][Sign Up]
Location:
Search - ftp java source code

Search list

[Ftp ClientJAVA-FTPClient

Description: 是很不错的FTP客户端的JAVA源代码-is very good FTP client Java source code
Platform: | Size: 109266 | Author: 柳星 | Hits:

[Ftp ServerFTP服务器源代码

Description: 一个ftp服务器的源代码,实现的功能很强大。值得好好研究研究!-an ftp server source code, the function is very powerful. Worthy of a good studies!
Platform: | Size: 119808 | Author: 李思齐 | Hits:

[Ftp ClientJAVA-FTPClient

Description: 是很不错的FTP客户端的JAVA源代码-is very good FTP client Java source code
Platform: | Size: 108544 | Author: 柳星 | Hits:

[Ftp Serverftp server gui

Description: 一个功能很全的ftp server 原代码。-source code of a full-function ftp server
Platform: | Size: 181248 | Author: sfsd | Hits:

[Internet-NetworkFTP浏览器

Description: 一个FTP浏览器的源代码,算是不错的啦,很有用的-an FTP browser source code, beauty is not bad, very useful
Platform: | Size: 5120 | Author: fe | Hits:

[Ftp ClientsockedFTP

Description: 实现了FTP的简单功能,而且可以穿socks4代理-a ftp client source code ,wrotes in java, with sock4 proxy support.
Platform: | Size: 8192 | Author: 阮珏 | Hits:

[Ftp Serverftp-rfc959

Description: 用java实现的ftp功能的源代码,经过编译通过的,可以直接使用。-achieved using ftp function in the source code, after the compiler can be used directly.
Platform: | Size: 52224 | Author: 于家新 | Hits:

[Ftp Serverleon2

Description: //Java实现FTP客户端功能 //这是一个用Java实现FTP客户端的例子,还算使用,放上来供大家参考。 // Java实现FTP功能源代码: -//Java FTP client features// This is a realization of Java FTP client examples still use Fangshanglai for your reference.// Java source code FTP functions :
Platform: | Size: 4096 | Author: leonyork | Hits:

[Internet-Networkftp

Description: 网上找的可用的java下的ftp源代码,可以实现基本的ftp文件传输功能-Available online to find the java source code under the ftp, you can realize the basic ftp file transfer capabilities
Platform: | Size: 2048 | Author: heatonli | Hits:

[JSP/Javajavaftp

Description: java实现Ftp源码 java实现Ftp源码 -Ftp realize java source code java source java realize realize Ftp source Ftp
Platform: | Size: 2048 | Author: | Hits:

[Ftp Clientsrc

Description: ftp客户端源代码,是本人对网上某个版本的修改,对学习ftp协议帮助挺大-ftp client source code, is my online version of a revised agreement on learning ftp help big
Platform: | Size: 11264 | Author: xiaoxuan | Hits:

[JSP/Javaftp

Description: ftp简易服务器 运行环境:Windows 源码语言:简体中文 源码类型:编程源码 - Java源码 - 网络编程 授权方式:免费源码 源码大小:16.0 KB -Simple ftp server operating environment: Windows source Language: Simplified Chinese source type: programming source code- Java source code- Network Programming License: Free source code Size: 16.0 KB
Platform: | Size: 17408 | Author: 里严明 | Hits:

[Internet-Networksrc

Description: 一个简单的RMI远程调用程序 java编写的 课程设计的源代码-A simple RMI remote call procedure to prepare the curriculum design java source code
Platform: | Size: 4096 | Author: 林哲 | Hits:

[Ftp ClientFTP

Description: FTP客户端源代码!我相信一定会对你有帮助.-FTP client source code! I am sure that will help you.
Platform: | Size: 16384 | Author: JCrazyUltimate | Hits:

[JSP/JavaFTP

Description: ftp 客服端和服务器端,JAVA编写,包括源代码和文档-ftp client and server-side service, JAVA development, including source code and documentation
Platform: | Size: 1364992 | Author: wang | Hits:

[Internet-Networkftp

Description: FTP源代码 包括客户端与服务器端 用Java开发的 一定好用-Source code, including FTP client and server-side Java development with a certain ease of use
Platform: | Size: 3987456 | Author: 易洋 | Hits:

[Internet-Networkftp1

Description: java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
Platform: | Size: 83968 | Author: luoyefei | Hits:

[JSP/Javaftpdirectorylist

Description: ftp 客户端源程序,可以列出ftp站点下所有文件的目录结果。java实现的ftp客户端协议。-ftp client source code
Platform: | Size: 1024 | Author: 111111 | Hits:

[Ftp ClientFTP

Description: 简单ftp客户端源码,用java实现的简单上传下载功能-Simple ftp client source code, with the java implementation of simple upload and download functionality
Platform: | Size: 11264 | Author: 寒炎 | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:
« 12 3 »

CodeBus www.codebus.net